home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’95 / Reminder Manager / Lose.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-11-12  |  359 b   |  16 lines  |  [TEXT/KAHL]

  1.  
  2. /* *******************************
  3.  
  4. File: Lose.h
  5. Function: Header file for this Alert
  6. History: 11/12/89 Original by Prototyper.  
  7.  
  8.   This is a STOP alert, it is used to inform the user that data is about to be lost.
  9.   It is also used for fatal type errors and tells the user about the error.
  10.  
  11. ******************************* */
  12.  
  13.  
  14. extern void  A_Lose(void);
  15.  
  16.